home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / contest87 / DWOMP < prev    next >
Encoding:
Text File  |  1988-10-28  |  348 b   |  17 lines  |  [TEXT/MARS]

  1. ;       2ND ICWS COMPETITION ENTRY
  2. ;
  3. ;       NAME : DWOMP
  4. ;
  5. ;
  6. ;       PROGRAMMER:  MARK DURHAM
  7. ;
  8.         SPL     DWARF
  9.         JMP     STOMP
  10. INC     DAT             #2396   ; 599 (Prime) times four.
  11. STOMP   JMP     STOMP,  <-2
  12. BOMB    DAT             #0
  13. DWARF   ADD     INC,    BOMB
  14.         MOV     BOMB,   @BOMB
  15.         JMP     DWARF
  16. ;        END
  17.